home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / vansi.zip / VANSI.DOC < prev    next >
Text File  |  1989-11-22  |  772b  |  22 lines

  1. VANSI is VGA-specific variant of Dan Kegel's NANSI.SYS.  VANSI
  2. recognizes the current number of screen lines and adjusts itself
  3. accordingly.
  4.  
  5. To install, just include the line
  6.  
  7.     DEVICE=[d:path]VANSI.SYS
  8.  
  9. in your CONFIG.SYS.
  10.  
  11. Note that VANSI does not test for VGA presence, and thus should not be
  12. used on non-VGA systems.  VANSI does not support the 43-line escqpe
  13. sequence provided by NANSI, since other means are available to set
  14. various screen sizes using the VGA.
  15.  
  16. This archive should include NANSI.ASM and NANSI_F.ASM, which are the
  17. only modules modified for VANSI.  For complete original source, see
  18. NANSRC (availabale from CompuServe's IBM Programming forum (IBMPRO) and
  19. elsewhere).
  20.  
  21. Modifications by Chris Dunford [CIS 76703,2002] 11/21/89.
  22.